projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb708e8
)
Fix a nasty bug --- the cleanup production was nuking the generated
author
Eric S. Raymond
<esr@snark.thyrsus.com>
Mon, 22 Mar 1993 19:23:41 +0000
(19:23 +0000)
committer
Eric S. Raymond
<esr@snark.thyrsus.com>
Mon, 22 Mar 1993 19:23:41 +0000
(19:23 +0000)
tar file!
make-dist
patch
|
blob
|
history
diff --git
a/make-dist
b/make-dist
index 81cd817b376e26b355455911a6eebf9a3c484633..c09d7306b049b12dd91dedd14d6aa53d6be97836 100755
(executable)
--- a/
make-dist
+++ b/
make-dist
@@
-286,7
+286,7
@@
fi
if [ "${clean_up}" = yes ]; then
echo "Cleaning up the staging directory."
- rm -rf ${temp
parent
}
+ rm -rf ${temp
dir
}
fi
### make-dist ends here